home *** CD-ROM | disk | FTP | other *** search
- .TH SRAISE
- 6 "IRIT Version 6.0"
- .SH NAME
- SRAISE
-
-
-
- SurfaceType SRAISE( SurfaceType Srf, ConstantType Direction,
- NumericType NewOrder )
-
- Raises Srf to the specified NewOrder in the specified
- Direction.
-
- Example:
-
- Srf = ruledSrf( cbezier( list( ctlpt( E3, -0.5, -0.5, 0.0 ),
- ctlpt( E3, 0.5, -0.5, 0.0 ) ) ),
- cbezier( list( ctlpt( E3, -0.5, 0.5, 0.0 ),
- ctlpt( E3, 0.5, 0.5, 0.0 ) ) ) );
- Srf = SRAISE( SRAISE( Srf, ROW, 3 ), COL, 3 );
-
- constructs a bilinear flat ruled surface and raises both its directions to be
- a bi-quadratic surface.
-